NavAppComponentsProvider

A singleton used to access an instance of GlobalComponent for interaction with NavApp Components APIs, ensuring only a single instance of each component exists at a time.

This class should be used instead of manually instantiating a GlobalComponentManager.

Types

Link copied to clipboard
@Serializable
data class MapStyleFile(val mapStyleFileMap: Map<String, MapStyleConfig>)

Data class representing the map style configuration file.